Dialogs

Undocumented in source.

Constructors

this
this(MainGameObject root)
Undocumented in source.

Members

Enums

DIALOG_COLOR
enum DIALOG_COLOR
Undocumented in source.

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
show_dialback
void show_dialback(int x1, int y1, int x2, int y2, DIALOG_COLOR color)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
int color;
Undocumented in source.
colors
float[4][] colors;
Undocumented in source.
inventory
bool inventory;
Undocumented in source.
model
string model;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta